Skip to content

Add script to generate outdated package analysis report#39

Closed
TongWu wants to merge 1 commit intodevfrom
codex/create-report-for-outdated-packages
Closed

Add script to generate outdated package analysis report#39
TongWu wants to merge 1 commit intodevfrom
codex/create-report-for-outdated-packages

Conversation

@TongWu
Copy link
Owner

@TongWu TongWu commented Sep 17, 2025

Summary

  • add an OutdatedPackageAnalysis CLI that reads package pins, queries PyPI, and emits a dated CSV covering upgrade opportunities
  • determine suggested upgrade majors with find_latest_safe_version_for_major while also reporting community activity metadata for each package

Testing

  • python -m compileall OutdatedPackageAnalysis.py
  • python OutdatedPackageAnalysis.py --requirements /tmp/test_requirements.txt --output-dir /tmp

https://chatgpt.com/codex/tasks/task_e_68ca2fa54df883278b08867b7947c39a

@coderabbitai
Copy link
Contributor

coderabbitai bot commented Sep 17, 2025

Important

Review skipped

Auto reviews are disabled on base/target branches other than the default branch.

Please check the settings in the CodeRabbit UI or the .coderabbit.yaml file in this repository. To trigger a single review, invoke the @coderabbitai review command.

You can disable this status message by setting the reviews.review_status to false in the CodeRabbit configuration file.

✨ Finishing touches
🧪 Generate unit tests
  • Create PR with unit tests
  • Post copyable unit tests in a comment
  • Commit unit tests in branch codex/create-report-for-outdated-packages

Thanks for using CodeRabbit! It's free for OSS, and your support helps us grow. If you like it, consider giving us a shout-out.

❤️ Share

Comment @coderabbitai help to get the list of available commands and usage tips.

@TongWu TongWu closed this Sep 17, 2025
@TongWu TongWu deleted the codex/create-report-for-outdated-packages branch September 17, 2025 04:31
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant